Carbon


DataCodecCompressPartial

Header: QuickTimeComponents.h Carbon status: Supported

ComponentResult DataCodecCompressPartial (
    DataCodecComponent dc, 
    void **next_in, 
    UInt32 *avail_in, 
    UInt32 *total_in, 
    void **next_out, 
    UInt32 *avail_out, 
    UInt32 *total_out, 
    Boolean tryToFinish, 
    Boolean *didFinish
);
AVAILABILITY

Supported in Carbon. Available in Carbon 1.0.2 and later when QuickTime 3.0 or later is present.


© 2000 Apple Computer, Inc. (Last Updated 6/26/2000)